home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / utmisc1 / sllclcv1.lha / uploads / SillyCalc.txt < prev   
Text File  |  1995-04-04  |  2KB  |  66 lines

  1.  
  2.  
  3.                                  SillyCalc v1.0
  4.                                  --------------
  5.                                        by
  6.                                Michael M. Hylkema
  7.                                       1996
  8.  
  9.  
  10. What is it?
  11.  
  12.     Its a simple calculator for CLI.  It was written on an Amiga 1200 030/28
  13. with 10megs running OS 3.1.  Should work fine on OS 2.04 and greater.  Created 
  14. and compiled with Storm C++ Demo v1.0.
  15.  
  16.  
  17.  
  18. Summary of Commands
  19.  
  20. 0-9 obvious
  21. + - * / ^ = performs operator
  22. p Adds current value to memory
  23. m Subtracts current value from memory
  24. r Displays current value in memory
  25. M Clear memory
  26. P Enter program mode
  27. R Run current program
  28. C Clear all (Display, memory, reset program)
  29. c Clear display
  30. q/Q Quit
  31.  
  32.  
  33. Important information:
  34.  
  35.     This calculator does allow you to stack functions, but does NOT do order of
  36. operations, meaning that calculations are done left to right regardless of
  37. operators.  Maybe someday I will add that, but this calculator was orignally
  38. writted for a graphical interface that worked one character at a time.
  39.  
  40.     Currently this calculator does not allow decimal values to be input, so if
  41. ya do input then, you'll probably confuse it.  It will however output decimal   
  42. values.  This may get fixed in a later version, I just gotta play with it a bit.
  43.  
  44.  
  45. Programming:
  46.  
  47.     Enter 'P' to get into program mode.  Enter any formula (remember no order of
  48. operations) with an 'n' in place of the variable(s).  Multiple variables are
  49. allowed.  When finished, type 'P' again. To clear the current program enter 'P',
  50. and then 'P' again, and the program will be cleared.  Currently a 64 character
  51. program is allowed for. Why 64? I dunno, just seemed good at the time.
  52.  
  53.  
  54. Running Program:
  55.  
  56.     Enter 'R' to start running the current program.  If input is required, the
  57. program will ask for input.  After typing input type 'R' again to resume the
  58. program.
  59.  
  60. Suggestion/Complaints/Bugs/Need better Docs?
  61.  
  62. Send all suggestions to:
  63.  
  64. mmh8368@ritvax.isc.rit.edu
  65. Michael Hylkema
  66.